﻿     .HeaderModal {
    background-color: cornflowerBlue;
    height: 24px;
  }

      .Privacy {
          padding:6px;
    text-align: center;
    max-width:700px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 12px;
    font-family: Tahoma;
}


      .BrowserSupportati {
    right: 30px;
    bottom: 30px;
    position: absolute;
    font-family: Tahoma;
    font-size: 12px;
}

      .TestoModal {
          padding:10px;
      }

      .IframeModal {
          border: none;
      }
     .close {
      
        color: powderblue;
        float: right;
        height: 20px;
        width: 20px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

   .close:hover,
   .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }

   .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width prende tutto lo schermo, e' modal content il box*/
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
    /*
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
     */
    }

    /* Modal Content */
        .modal-content {
        background-color: #fefefe;
        margin: auto;
        border: 1px solid #888;
    }



 .riquadro {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    font-size: 12px;
    font-family: Tahoma;
}

.modalOk {
 
    padding: 5px;
    margin-bottom: 5px;
    background: cornflowerBlue;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.1s ease;
    cursor: pointer;
    font-size: 14px;
}
